home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000967_popineau@ese-metz.fr_Wed Sep 21 13:48:59 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  2KB

  1. Received: from neuromancer.ese-metz.fr by cs.umb.edu with SMTP id AA22088
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Wed, 21 Sep 1994 05:54:00 -0400
  3. Received: (from popineau@localhost) by neuromancer.ese-metz.fr (8.6.9/8.6.9) id LAA10212 for tex-k@cs.umb.edu; Wed, 21 Sep 1994 11:48:59 +0200
  4. Date: Wed, 21 Sep 1994 11:48:59 +0200
  5. Message-Id: <199409210948.LAA10212@neuromancer.ese-metz.fr>
  6. From: popineau@ese-metz.fr (Fabrice Popineau)
  7. To: tex-k@cs.umb.edu
  8. Subject: xdvik doesn't call MakeTeXPK
  9.  
  10.  
  11. Hi,
  12.  
  13. It seems that I'm not  the only one with  this problem. I investigated
  14. it under gdb and found the root of this problem, but not its solution!
  15.  
  16. What's wrong with it is that:
  17.  
  18. xdvik/font-open.c:font-open calls kpathsea/tex-glyph.c:kpse_find_glyph
  19. whith a format = kpse_any_glyph_format . Unfortunately, we have:
  20.  
  21. Starting program: /home/test/TeX/dvipsk-5.58a/xdvik/xdvi 
  22.  
  23. Breakpoint 1, font_open (font=0x2b988 "cmtt8", font_ret=0xbffff914, dpi=300, 
  24.     dpi_ret=0xbffff910, dummy=-29999, filename_ret=0x42f14) at font-open.c:23
  25. 23        char *name = kpse_find_vf (font);
  26. (gdb) print kpse_format_info[kpse_any_glyph_format]
  27. $1 = {type = 0x0, path = 0x0, raw_path = 0x0, path_source = 0x0, 
  28.   font_override_p = false, client_path = 0x0, cnf_path = 0x0, 
  29.   default_path = 0x0, suffix = 0x0, suffix_search_only = false, program = 0x0, 
  30.   program_args = 0x0, program_enabled_p = true}
  31.  
  32. I  guess  that  calling  find_glyph whith  format=kpse_pk_format could
  33. solve the  problem, but  I   still don't understand the  semantics  of
  34. kpse_any_glyph_format.
  35.  
  36. Fabrice POPINEAU
  37. ------------------------
  38. #include <std/disclaim.h>
  39. -------------------------------------------------------------------------------
  40. e-mail:     popineau@ese-metz.fr  surface-mail:  Ecole Superieure d'Electricite
  41.          popineau@loria.fr                     2 rue Edouard Belin
  42. voice-mail: (+33) 87-74-99-38                    F-57078 Metz Cedex 3    
  43.                                                  FRANCE                      
  44. ------------------------------------------------------------------------------ 
  45.                                               
  46.                                               
  47.                                               
  48.